ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ReportParameter Class / ReportParameter Constructor / ReportParameter Constructor(String,ICollection<Object>)

In This Topic
    ReportParameter Constructor(String,ICollection<Object>)
    In This Topic
    Initializes a new instance multiple values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal values As ICollection(Of Object) _
    )
    public ReportParameter( 
       string name,
       ICollection<object> values
    )

    Parameters

    name
    values
    See Also